(event-modifiers): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 22 May 1993 22:02:35 +0000 (22:02 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 22 May 1993 22:02:35 +0000 (22:02 +0000)
lisp/subr.el

index d5260e67d84fc7a3224d0aed3cd11ea2c8305d5f..591493e42fc0859ff337d850777dd7dbeaa3176d 100644 (file)
@@ -252,8 +252,7 @@ The normal global definition of the character C-x indirects to this keymap.")
 (defun event-modifiers (event)
   "Returns a list of symbols representing the modifier keys in event EVENT.
 The elements of the list may include `meta', `control',
-`shift', `hyper', `super', `alt'.
-See also the function `event-modifier-bits'."
+`shift', `hyper', `super', `alt', `click', `drag', and `down'."
   (let ((type event))
     (if (listp type)
        (setq type (car type)))